home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMSPLASH / TFMSPLASH.txt
Text File  |  2004-09-21  |  2KB  |  97 lines

  1. object FmSplash: TFmSplash
  2.   Left = 245
  3.   Top = 221
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'FmSplash'
  7.   ClientHeight = 270
  8.   ClientWidth = 450
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 450
  27.     Height = 270
  28.     AutoSize = True
  29.     OnClick = Image1Click
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 136
  33.     Top = 160
  34.     Width = 305
  35.     Height = 2
  36.     Shape = bsTopLine
  37.   end
  38.   object hyperlink: TLabel
  39.     Left = 232
  40.     Top = 240
  41.     Width = 103
  42.     Height = 13
  43.     Cursor = crHandPoint
  44.     Caption = 'www.audiophiler.com'
  45.     Enabled = False
  46.     Font.Charset = ANSI_CHARSET
  47.     Font.Color = clBlue
  48.     Font.Height = -11
  49.     Font.Name = 'Tahoma'
  50.     Font.Style = [fsUnderline]
  51.     ParentFont = False
  52.     Transparent = True
  53.     Visible = False
  54.     OnClick = BtnOrderClick
  55.   end
  56.   object BtnOrder: TcxButton
  57.     Left = 184
  58.     Top = 232
  59.     Width = 80
  60.     Height = 27
  61.     Caption = 'Order...'
  62.     Enabled = False
  63.     TabOrder = 0
  64.     Visible = False
  65.     OnClick = BtnOrderClick
  66.     LookAndFeel.Kind = lfStandard
  67.     LookAndFeel.NativeStyle = True
  68.   end
  69.   object BtnRegister: TcxButton
  70.     Left = 272
  71.     Top = 232
  72.     Width = 80
  73.     Height = 27
  74.     Caption = 'Register...'
  75.     Enabled = False
  76.     TabOrder = 1
  77.     Visible = False
  78.     OnClick = BtnRegisterClick
  79.     LookAndFeel.Kind = lfStandard
  80.     LookAndFeel.NativeStyle = True
  81.   end
  82.   object BtnClose: TcxButton
  83.     Left = 360
  84.     Top = 232
  85.     Width = 80
  86.     Height = 27
  87.     Caption = 'Close'
  88.     Enabled = False
  89.     ModalResult = 2
  90.     TabOrder = 2
  91.     Visible = False
  92.     OnClick = BtnCloseClick
  93.     LookAndFeel.Kind = lfStandard
  94.     LookAndFeel.NativeStyle = True
  95.   end
  96. end
  97.